table of contents
flexiblas_print_current_backend(3) | The FlexiBLAS Library | flexiblas_print_current_backend(3) |
NAME¶
flexiblas_print_current_backend - prints the currently loead/active backend to a file.
SYNOPSIS¶
#include <flexiblas/flexiblas_api.h>
void flexiblas_print_current_backend(FILE *fp);
Link with -lflexiblas.
DESCRIPTION¶
flexiblas_print_current_backend prints the currently loaded/active FlexiBLAS backend to the file addressed by fp. The standard output stdout can also be used as file.
RETURN VALUE¶
None.
ERRORS¶
No errors occur.
REPORTING BUGS¶
The current information about the developers and reporting bugs can be found on the FlexiBLAS homepage.
FlexiBLAS Homepage: <http://www.mpi-magdeburg.mpg.de/projects/flexiblas>
SEE ALSO¶
AUTHORS¶
Martin Koehler, Jens Saak
COPYRIGHT¶
Copyright (C) 2013-2020 Martin Koehler
LICENSE¶
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>. This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law.
Mar. 2017 | M. Koehler |